ISubsystem.AutoUpdate property

Enables or disables the automatic configuration update. This should be used when a full configuration is written by a tool to avoid many configuration updates it will trigger. For example, if you want to change 20 settings, it's better to disable AutoUpdate, change all the settings and re-enable it.

By default, it is enabled.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool AutoUpdate { get; set; }
Property AutoUpdate As Boolean

Property value

Type: bool

Usable EtherCAT states

ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP

See also

ISubsystem Interface

IntervalZero.KINGSTAR.Base.Class Namespace